Version Packages (beta)#391
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
792f0da to
d4dd6f9
Compare
32a1908 to
cb18139
Compare
3fe9c50 to
b805a8d
Compare
1296d25 to
da37349
Compare
e2c593c to
2074f91
Compare
7e69374 to
939890d
Compare
dc0b377 to
ab2e9b8
Compare
43c0a17 to
37312ed
Compare
903651c to
b563126
Compare
e35cc18 to
90efb96
Compare
3261502 to
6855282
Compare
89562e3 to
55e2110
Compare
e07463e to
24f3707
Compare
98783c9 to
654f959
Compare
1fd0af3 to
fc5bdcb
Compare
606c4d1 to
f76377b
Compare
000daf4 to
7eabc1f
Compare
571252f to
532b0e1
Compare
1cee959 to
dd36e26
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@workflow/core@5.0.0-beta.30
Minor Changes
f28150cThanks @karthikscale3! - Report step progress alongside step-to-step overhead latency telemetry.Patch Changes
#2790
145835bThanks @NathanColosimo! - Centralize workflow event type classifiers and event-data payload field helpers.#2687
9958424Thanks @Osamaali313! - FixextractStreamIdsoverflowing the stack on circular references. The hydrated observability data it walks comes from devalue, which preserves circular and repeated references, so a step result containing a cycle would crash run inspection (wf inspectand the web dashboard) with aRangeError. The traversal now tracks visited containers and skips cycles.#2848
6603628Thanks @VaguelySerious! - Fix duplicate inline step execution when a hook or wait wakes a run while the step is still running (A hook_received while a step attempt is in flight re-dispatches the step; both attempts run concurrently in-process vercel/workflow#2780). The lazystep_startednow records the owning queue message ID, and wake replays schedule a delayed backstop for in-flight inline steps instead of immediately re-dispatching them. Disable withWORKFLOW_INLINE_OWNERSHIP=0.#2874
48fcc4eThanks @karthikscale3! - Add anamespaceoption tostart(),recreateRunFromExisting(),reenqueueRun(), andwakeUpRun()for targeting deployments with namespaced queue topics, and makehealthCheck()respect its timeout when the stream read hangs.#2857
2c6ee61Thanks @karthikscale3! - Add stream latency to OTEL spansUpdated dependencies [
f28150c,84df8f3,145835b,6603628,2c6ee61]:@workflow/world@5.0.0-beta.18
Minor Changes
#2850
f28150cThanks @karthikscale3! - Report step progress alongside step-to-step overhead latency telemetry.#2790
145835bThanks @NathanColosimo! - Centralize workflow event type classifiers and event-data payload field helpers.Patch Changes
6603628Thanks @VaguelySerious! - Fix duplicate inline step execution when a hook or wait wakes a run while the step is still running (A hook_received while a step attempt is in flight re-dispatches the step; both attempts run concurrently in-process vercel/workflow#2780). The lazystep_startednow records the owning queue message ID, and wake replays schedule a delayed backstop for in-flight inline steps instead of immediately re-dispatching them. Disable withWORKFLOW_INLINE_OWNERSHIP=0.@workflow/world-vercel@5.0.0-beta.26
Minor Changes
f28150cThanks @karthikscale3! - Report step progress alongside step-to-step overhead latency telemetry.Patch Changes
#2876
84df8f3Thanks @karthikscale3! - Update@vercel/queuefrom 0.3.1 to 0.4.0#2790
145835bThanks @NathanColosimo! - Centralize workflow event type classifiers and event-data payload field helpers.#2848
6603628Thanks @VaguelySerious! - Fix duplicate inline step execution when a hook or wait wakes a run while the step is still running (A hook_received while a step attempt is in flight re-dispatches the step; both attempts run concurrently in-process vercel/workflow#2780). The lazystep_startednow records the owning queue message ID, and wake replays schedule a delayed backstop for in-flight inline steps instead of immediately re-dispatching them. Disable withWORKFLOW_INLINE_OWNERSHIP=0.#2857
2c6ee61Thanks @karthikscale3! - Add stream latency to OTEL spansUpdated dependencies [
f28150c,145835b,6603628]:@workflow/astro@5.0.0-beta.30
Patch Changes
df7e71d,25b1509]:@workflow/builders@5.0.0-beta.30
Patch Changes
#2853
df7e71dThanks @NathanColosimo! - Use the Windows-safe generated-file writer for step registration output.#1947
25b1509Thanks @VaguelySerious! - Externalize the optional@opentelemetry/apipeer in the Rollup/Vite framework builds (SvelteKit, Nitro, Nuxt, Astro, Vite) only when it isn't installed, so a build no longer fails with "failed to resolve import '@opentelemetry/api'". When the peer is present it is bundled/resolved as before, so tracing keeps working — including in self-contained outputs like Nitro's.output/server.Updated dependencies [
f28150c,84df8f3,145835b,9958424,6603628,48fcc4e,2c6ee61]:@workflow/cli@5.0.0-beta.30
Patch Changes
#2790
145835bThanks @NathanColosimo! - Centralize workflow event type classifiers and event-data payload field helpers.Updated dependencies [
df7e71d,f28150c,84df8f3,145835b,9958424,6603628,48fcc4e,25b1509,2c6ee61]:@workflow/nest@5.0.0-beta.30
Patch Changes
df7e71d,25b1509]:@workflow/next@5.0.0-beta.30
Patch Changes
df7e71d,f28150c,145835b,9958424,6603628,48fcc4e,25b1509,2c6ee61]:@workflow/nitro@5.0.0-beta.30
Patch Changes
df7e71d,f28150c,145835b,9958424,6603628,48fcc4e,25b1509,2c6ee61]:@workflow/nuxt@5.0.0-beta.30
Patch Changes
df7e71d,25b1509]:@workflow/rollup@5.0.0-beta.30
Patch Changes
#1947
25b1509Thanks @VaguelySerious! - Externalize the optional@opentelemetry/apipeer in the Rollup/Vite framework builds (SvelteKit, Nitro, Nuxt, Astro, Vite) only when it isn't installed, so a build no longer fails with "failed to resolve import '@opentelemetry/api'". When the peer is present it is bundled/resolved as before, so tracing keeps working — including in self-contained outputs like Nitro's.output/server.Updated dependencies [
df7e71d,25b1509]:@workflow/sveltekit@5.0.0-beta.30
Patch Changes
df7e71d,25b1509]:@workflow/vite@5.0.0-beta.30
Patch Changes
df7e71d,25b1509]:@workflow/vitest@5.0.0-beta.30
Patch Changes
df7e71d,f28150c,84df8f3,145835b,9958424,6603628,48fcc4e,25b1509,2c6ee61]:@workflow/web@5.0.0-beta.30
Patch Changes
#2790
145835bThanks @NathanColosimo! - Centralize workflow event type classifiers and event-data payload field helpers.Updated dependencies [
84df8f3,145835b]:@workflow/web-shared@5.0.0-beta.30
Patch Changes
#2864
8b3a358Thanks @mitul-s! - Remove unusedflex-1from attribute copy-value rows so values hug their content.#2790
145835bThanks @NathanColosimo! - Centralize workflow event type classifiers and event-data payload field helpers.#2837
392d347Thanks @mitul-s! - Anchor the trace viewer shortcut helper to the timeline's left edge and hide it below a container-query width instead of a viewport breakpoint.Updated dependencies [
f28150c,145835b,9958424,6603628,48fcc4e,2c6ee61]:workflow@5.0.0-beta.30
Patch Changes
f28150c,145835b,9958424,6603628,48fcc4e,25b1509,2c6ee61]:@workflow/world-local@5.0.0-beta.26
Patch Changes
#2876
84df8f3Thanks @karthikscale3! - Update@vercel/queuefrom 0.3.1 to 0.4.0#2790
145835bThanks @NathanColosimo! - Centralize workflow event type classifiers and event-data payload field helpers.Updated dependencies [
f28150c,145835b,6603628]:@workflow/world-postgres@5.0.0-beta.24
Patch Changes
#2876
84df8f3Thanks @karthikscale3! - Update@vercel/queuefrom 0.3.1 to 0.4.0#2790
145835bThanks @NathanColosimo! - Centralize workflow event type classifiers and event-data payload field helpers.Updated dependencies [
f28150c,84df8f3,145835b,6603628]:@workflow/world-testing@5.0.0-beta.30
Patch Changes
f28150c,84df8f3,145835b,9958424,6603628,48fcc4e,2c6ee61]: